home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / sossnt.zip / SOSSNT / RPC / README < prev    next >
Text File  |  1993-03-06  |  849b  |  26 lines

  1. These are public domain Sun RPC/XDR files needed for the server.
  2. Use the makefile.
  3.  
  4. Changes:
  5.  
  6. 1.    svcudp_create() takes 2 arguments, the second of which specifies
  7. which size buffer to use: UDPMSGSIZE (8800 bytes), or RPCSMALLMSGSIZE
  8. (1400 bytes), for the UDP send/receive buffer.
  9.  
  10. 2.    Record field "x_handy" in SVCXPRT type is changed to a long int
  11. because sizeof(int) != sizeof(char *) in Microsoft C large memory model.
  12.  
  13. 3.    #include "malloc.h" is added to some files for compatibility
  14. with MSC compiler.
  15.  
  16. 4.    ntohl() and htonl() are changed to dnothl() and dhtonl() because
  17. the Excelan routines are buggy.
  18.  
  19. 5.    The names of several files have been changed to be MS-DOS
  20. acceptable.  The changes should be self-evident.
  21.  
  22. Note:
  23. ----
  24. These files are compiled into a server side RPC/XDR library for the server
  25. called "llibsv.lib".
  26.